PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardListAttribute Class / setIsContinuedList Method
A boolean flag specifying whether the list is a continuation of a previous list in the structure tree (true), or not (false).
In This Topic
    setIsContinuedList Method
    In This Topic
    Sets a flag indicating whether this is a continued list.
    Syntax
    public void setIsContinuedList( 
       boolean value
    )

    Parameters

    value
    A boolean flag specifying whether the list is a continuation of a previous list in the structure tree (true), or not (false).
    See Also